home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / mmc.ex_ / mmc.exe / HTML / _MENUBAR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-19  |  701 b   |  63 lines

  1. /* EXTERNAL STYLE SHEET FOR MENUBAR ELEMENTS */
  2.  
  3. .divTaskpad
  4.     {
  5.     position:absolute;
  6.     left:0%;
  7.     top: 0%;
  8.     width:100%;
  9.     height:93.5%;
  10.     }
  11.  
  12. .divMenubar
  13.     {
  14.     position:absolute;
  15.     left:0%;
  16.     top:0%;
  17.     width:100%;
  18.     height:0%;
  19.     font-size:1pt;
  20.     }
  21.     
  22. .divMenu
  23.     {
  24.     position:absolute;
  25.     left:0;
  26.     top:0;
  27.     width:0%;
  28.     height:80%;
  29.     }
  30.  
  31. .tblMenu
  32.     {
  33.     font-family:Verdana;
  34.     font-weight:bold;
  35.     cursor:default;
  36.     }
  37.  
  38. .divBand
  39.     {
  40.     position:absolute;
  41.     left:0;
  42.     top:80%;
  43.     width:100%;
  44.     height:0;
  45.     }
  46.  
  47. .anchorMenuDefault
  48.     {
  49.     text-decoration:none;
  50.     cursor:hand;
  51.     }
  52.  
  53. .anchorMenuSelected
  54.     {
  55.     text-decoration:underline;    
  56.     }
  57.     
  58. .clsNav
  59.     {
  60.     font-family:Marlett;
  61.     cursor:default;
  62.     }
  63.